home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Libraries / RgnMaster 1.0 / Source / Utils / DialogUtils.h < prev    next >
Encoding:
Text File  |  1994-03-27  |  508 b   |  8 lines  |  [TEXT/KAHL]

  1. void PushButton(DialogPtr theDialog, short theItem);
  2. void GetDItemRect(DialogPtr theDialog, short theItem, Rect *theRect);
  3. void SetDItemText(DialogPtr theDialog, short theItem, Str255 iText);
  4. void SetUserProc(DialogPtr theDialog, short theItem, ProcPtr theProc);
  5. pascal void FrameGrayRect(DialogPtr theDialog, short theItem);
  6. pascal void FrameItemRect(DialogPtr theDialaog, short theItem);
  7. Handle GetDItemHdl(DialogPtr theDialog, short theItem);
  8. void OutlineDefaultButton(DialogPtr theDialog, short theItem);